home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Files / Locations / CopyFile.h < prev    next >
Text File  |  2000-06-23  |  305b  |  15 lines

  1. // CopyFile.h
  2.  
  3. #ifndef CopyFile_h
  4. #define CopyFile_h
  5.  
  6. class FileLocation;
  7. class CatInfo;
  8.  
  9. // These functions are also declared in FileLocation.h
  10.  
  11. void CopyFile( const FileLocation& source, const FileLocation& destination );
  12. void CopyFile( const CatInfo& source, const FileLocation& destination );
  13.  
  14. #endif
  15.